runtime.gList.push (method)

10 uses

	runtime (current package)
		chan.go#L396: 		glist.push(gp)
		chan.go#L415: 		glist.push(gp)
		mgc.go#L501: 		work.sweepWaiters.list.push(getg())
		mgcscavenge.go#L221: 		list.push(scavenge.g)
		netpoll.go#L451: 		toRun.push(rg)
		netpoll.go#L454: 		toRun.push(wg)
		proc.go#L4202: 	_p_.gFree.push(gp)
		proc.go#L4245: 			_p_.gFree.push(gp)
		proc.go#L5181: 			list.push(forcegc.g)
		proc.go#L6010: func (l *gList) push(gp *g) {